MajorGrid Property (ChartAxis<T>)
In This Topic
Gets or sets a value indicating whether the axis includes grid lines.
Syntax
'Declaration
Public Property MajorGrid As System.Boolean
'Usage
Dim instance As ChartAxis(Of T)
Dim value As System.Boolean
instance.MajorGrid = value
value = instance.MajorGrid
public System.bool MajorGrid {get; set;}
public read-write property MajorGrid: System.Boolean;
public function get,set MajorGrid : System.boolean
public: __property System.bool get_MajorGrid();
public: __property void set_MajorGrid(
System.bool value
);
public:
property System.bool MajorGrid {
System.bool get();
void set ( System.bool value);
}
See Also